Skip to content

Add fastapi-cli while instaling fastapi#1740

Closed
icehongssii wants to merge 1 commit into
superfly:mainfrom
icehongssii:patch-1
Closed

Add fastapi-cli while instaling fastapi#1740
icehongssii wants to merge 1 commit into
superfly:mainfrom
icehongssii:patch-1

Conversation

@icehongssii

Copy link
Copy Markdown

Summary of changes

The official doc said We can then serve the development version of the app using the fastapi cli tool - fastapi run.
But the doc has never mentioned installing fastapi-cli.
Thus, poetry add fastapi has to include fastapi-cli

poetry add fastapi fastapi-cli

Preview

image

Related Fly.io community and GitHub links

#1738

Notes

@kcmartin

kcmartin commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Thanks for catching this, and sorry for the delay! You were right that fastapi run needs the CLI installed. The guide has since been updated to poetry add "fastapi[standard]", which includes fastapi-cli per FastAPI's recommended install, so closing this as covered. Appreciate the report!

@kcmartin kcmartin closed this Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants